home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / PreferencesDoc.nib / data.classes next >
Text File  |  1994-12-14  |  560b  |  42 lines

  1. PrefsMonitor = {
  2.     ACTIONS = {
  3.     doSet:;
  4.     };
  5.     OUTLETS = {
  6.     prefsObj;
  7.     guts;
  8.     };
  9.     SUPERCLASS = Object;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. DocMonitor = {
  17.     ACTIONS = {
  18.     setText:;
  19.     setGrids:;
  20.     setVUnits:;
  21.     setRegistration:;
  22.     setHUnits:;
  23.     setCrops:;
  24.     setSpeedBar:;
  25.     setColumns:;
  26.     setRuler:;
  27.     setGraphics:;
  28.     };
  29.     OUTLETS = {
  30.     gridSwitch;
  31.     textSwitch;
  32.     rulerSwitch;
  33.     measurementPopup;
  34.     registrationSwitch;
  35.     cropSwitch;
  36.     graphicSwitch;
  37.     speedBarSwitch;
  38.     columnSwitch;
  39.     };
  40.     SUPERCLASS = PrefsMonitor;
  41. };
  42.